Securing a .NET Application [closed]

Posted by beakersoft on Stack Overflow See other posts from Stack Overflow or by beakersoft
Published on 2009-03-16T17:07:23Z Indexed on 2010/06/09 16:22 UTC
Read the original article Hit count: 436

Duplicate:

Protecting .NET Code from Reverse Engineering

We've recently released a small application and this weekend I found a cracked version of it on Piratebay that had the registration checking removed, so the app ran as if it was a registered version.

Apart from using a code obfuscation tool (which doesn't seem to be that hard to get around), are there any standard things we should be doing to make our .NET applications more difficult to crack?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about security